PDFFlowTextContent Constructor(String,PDFFont)
In This Topic
Initializes a new
PDFFlowTextContent object.
Syntax
public PDFFlowTextContent(
java.lang.String ,
PDFFont
)
|
Parameters
- text
- Text to be displayed.
- font
- The font used for displaying the text.
See Also